home *** CD-ROM | disk | FTP | other *** search
- global pUp, pDown, pSomm, pHelp, pQuit, ThemeUp
-
- on mouseUp
- puppetSound("Beep-" & random(26))
- repeat with i = pUp to pQuit
- set the visible of sprite (i + 6) to 0
- end repeat
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- puppetTransition(member "TransUp" of castLib "Master")
- repeat with i = 1 to 4
- puppetSound(i, 0)
- end repeat
- if marker(0) = label("PS") then
- go(3000)
- go("MA", "MgicFlor")
- else
- if the machineType = 256 then
- go(3000)
- go(ThemeUp, field "MovieUp")
- else
- go(3000)
- go(ThemeUp, "HerFloor.dir")
- end if
- end if
- end
-